Scheduler for WPF
EndUpdate メソッド (ReentrantObservableCollection<T>)

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > ReentrantObservableCollection<T> クラス : EndUpdate メソッド
Enables raising events. If collection has been changed since the call to the BeginUpdate method, raises PropertyChanged and CollectionChanged events.
シンタックス
'宣言
 
Public Sub EndUpdate() 
public void EndUpdate()
解説
The ReentrantObservableCollection<T> keeps count of calls to BeginUpdate method. Be sure to call EndUpdate method for each call to BeginUpdate method.
参照

ReentrantObservableCollection<T> クラス
ReentrantObservableCollection<T> メンバ